home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- #ifndef TabPgDlgH
- #define TabPgDlgH
- //----------------------------------------------------------------------------
- #include <ExtCtrls.hpp>
- #include <ComCtrls.hpp>
- #include <Buttons.hpp>
- #include <StdCtrls.hpp>
- #include <Controls.hpp>
- #include <Forms.hpp>
- #include <Graphics.hpp>
- #include <Classes.hpp>
- #include <SysUtils.hpp>
- #include <Windows.hpp>
- #include <System.hpp>
- //----------------------------------------------------------------------------
- class TPagesDlg : public TForm
- {
- __published:
- TPanel *Panel1;
- TPanel *Panel2;
- TPageControl *PageControl1;
- TTabSheet *TabSheet1;
- TTabSheet *TabSheet2;
- TTabSheet *TabSheet3;
- TButton *OKBtn;
- TButton *CancelBtn;
- TButton *HelpBtn;
- private:
- public:
- virtual __fastcall TPagesDlg(TComponent* AOwner);
- };
- //----------------------------------------------------------------------------
- extern PACKAGE TPagesDlg *PagesDlg;
- //----------------------------------------------------------------------------
- #endif
-